add initial version of ujail and utrace
authorJohn Crispin <[email protected]>
Sat, 21 Mar 2015 10:47:01 +0000 (11:47 +0100)
committerJohn Crispin <[email protected]>
Mon, 23 Mar 2015 07:09:26 +0000 (08:09 +0100)
commitdfcfcca7baf2b22d8dac1a724bdb7dd9d52f4c05
tree3a816421a7ad85c27bc9a174d73cf8fda7b776c8
parent0cf744c720c9ed01c2dae25f338d4e96b9db95e3
add initial version of ujail and utrace

Signed-off-by: John Crispin <[email protected]>
14 files changed:
.gitignore
CMakeLists.txt
jail/elf.c [new file with mode: 0644]
jail/elf.h [new file with mode: 0644]
jail/jail.c [new file with mode: 0644]
jail/log.h [new file with mode: 0644]
jail/preload.c [new file with mode: 0644]
jail/seccomp-bpf.h [new file with mode: 0644]
jail/seccomp.c [new file with mode: 0644]
jail/seccomp.h [new file with mode: 0644]
make_syscall_h.sh [new file with mode: 0755]
preload.h [new file with mode: 0644]
trace/preload.c [new file with mode: 0644]
trace/trace.c [new file with mode: 0644]